{ "version": 4, "terraform_version": "1.6.6", "serial": 229, "lineage": "9bf62dd9-2b87-c010-0f07-0a894d3d85fc", "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-d8c46a9413d3c00c9", "ami": "ami-72e3c2c9", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a3b19712"], "subnet_id": "subnet-05a15bb8", "key_name": "prod-deploy-key" } } ] } ] }