{ "version": 4, "terraform_version": "1.7.0", "serial": 331, "lineage": "d5cbbab5-3130-2391-d33b-20e8e311ea94", "outputs": { "db_endpoint": { "value": "db-1.eu-west-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-21f6230f32e9911ec", "ami": "ami-215d940f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bd9d6978"], "subnet_id": "subnet-2e5605e2", "key_name": "prod-deploy-key" } } ] } ] }