{ "version": 4, "terraform_version": "1.6.3", "serial": 129, "lineage": "77b414b3-d5de-a03c-fcc3-79e546d81fa9", "outputs": { "db_endpoint": { "value": "db-4.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-d0a18f06663af3694", "ami": "ami-a80e7dce", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8d2198a3"], "subnet_id": "subnet-c4cd5248", "key_name": "prod-deploy-key" } } ] } ] }