{ "version": 4, "terraform_version": "1.7.8", "serial": 189, "lineage": "4595559d-bfe4-f145-0869-00149b8e67d4", "outputs": { "db_endpoint": { "value": "db-3.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-9807c4c85907654f4", "ami": "ami-99dc1b53", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-bcbe6e59"], "subnet_id": "subnet-4a38c4c8", "key_name": "prod-deploy-key" } } ] } ] }