{ "version": 4, "terraform_version": "1.7.7", "serial": 339, "lineage": "3ade8821-847f-71b5-f5f2-e019e31af69d", "outputs": { "db_endpoint": { "value": "db-3.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-9795cf2f31d9c7e70", "ami": "ami-d5bc6490", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-e9186b5a"], "subnet_id": "subnet-fea0f7a9", "key_name": "prod-deploy-key" } } ] } ] }