{ "version": 4, "terraform_version": "1.5.3", "serial": 405, "lineage": "9524e311-ced1-47fb-85b4-7f9c06875727", "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-1ff2f128c7329fbfa", "ami": "ami-61b62e10", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-303eb069"], "subnet_id": "subnet-a1a99fe9", "key_name": "prod-deploy-key" } } ] } ] }