{ "version": 4, "terraform_version": "1.5.7", "serial": 213, "lineage": "b2011490-5a23-d62b-3da2-4cb34f338730", "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-37af130488ccff581", "ami": "ami-9781ca94", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0a823a75"], "subnet_id": "subnet-bc1515f2", "key_name": "prod-deploy-key" } } ] } ] }