{ "version": 4, "terraform_version": "1.8.6", "serial": 245, "lineage": "0fa53f8c-9e4a-6e1a-4c83-a96133cad230", "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-82e0c4af1c1021686", "ami": "ami-08ade72c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2e670b39"], "subnet_id": "subnet-12482208", "key_name": "prod-deploy-key" } } ] } ] }