{ "version": 4, "terraform_version": "1.5.1", "serial": 334, "lineage": "317b2428-df58-101c-1d72-e1c63392affe", "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-16e9da38e5f0aeec3", "ami": "ami-b140fac7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ee6c7ee5"], "subnet_id": "subnet-d130b618", "key_name": "prod-deploy-key" } } ] } ] }