{ "version": 4, "terraform_version": "1.6.4", "serial": 269, "lineage": "9ee46b81-f7c6-ef3b-8fab-fd43e8ba1d5c", "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-80889c5902dd72303", "ami": "ami-3774d2b1", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-04af5207"], "subnet_id": "subnet-b3cb77f0", "key_name": "prod-deploy-key" } } ] } ] }