{ "version": 4, "terraform_version": "1.6.7", "serial": 106, "lineage": "bcc842ff-273d-a474-b678-0dc291753ef3", "outputs": { "db_endpoint": { "value": "db-0.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-8f98865a766da32c6", "ami": "ami-7c3846f6", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-bc50e99d"], "subnet_id": "subnet-0b67c3b3", "key_name": "prod-deploy-key" } } ] } ] }