{ "version": 4, "terraform_version": "1.7.0", "serial": 122, "lineage": "41534245-0131-e72b-12ac-48aa144adf30", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-820dbeb5d90d33831", "ami": "ami-4b081924", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b042d359"], "subnet_id": "subnet-5fc2d931", "key_name": "prod-deploy-key" } } ] } ] }