{ "version": 4, "terraform_version": "1.5.8", "serial": 406, "lineage": "a68716f9-609b-73ae-101f-334d3d122ca7", "outputs": { "db_endpoint": { "value": "db-2.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-9d7839bd83b208703", "ami": "ami-d8e3e6f4", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-8e16d969"], "subnet_id": "subnet-1d9b28e4", "key_name": "prod-deploy-key" } } ] } ] }