{ "version": 4, "terraform_version": "1.5.0", "serial": 208, "lineage": "6e2f22aa-78f6-1b0d-22d7-fb76ecd08e40", "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-4f1beafe50618dffb", "ami": "ami-903e95f6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-5ab7881b"], "subnet_id": "subnet-0112c1a2", "key_name": "prod-deploy-key" } } ] } ] }