{ "version": 4, "terraform_version": "1.5.1", "serial": 147, "lineage": "cedf0b3b-21fb-1d9f-3b30-dbf69522fe5a", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-71d4ef7e01066612e", "ami": "ami-0472bc24", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-fcfcda23"], "subnet_id": "subnet-9bbd6592", "key_name": "prod-deploy-key" } } ] } ] }