{ "version": 4, "terraform_version": "1.8.0", "serial": 359, "lineage": "14d4cdc9-2ed5-8d41-92c8-9de58cc38822", "outputs": { "db_endpoint": { "value": "db-0.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-16046a8427207fd61", "ami": "ami-a429bbba", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-64f5421e"], "subnet_id": "subnet-74e4de35", "key_name": "prod-deploy-key" } } ] } ] }