{ "version": 4, "terraform_version": "1.5.8", "serial": 252, "lineage": "1f86b868-f95b-08a7-972d-a4af6b54bd48", "outputs": { "db_endpoint": { "value": "db-4.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-afecd33b2157dfe7f", "ami": "ami-b37aa456", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ad2c1fe2"], "subnet_id": "subnet-34fcb3e5", "key_name": "prod-deploy-key" } } ] } ] }