{ "version": 4, "terraform_version": "1.8.2", "serial": 417, "lineage": "e315e8c7-040b-602b-8def-1c983a0456c7", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-558faf9e449d23e07", "ami": "ami-202385c3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b0dfc5da"], "subnet_id": "subnet-0d6fd7a3", "key_name": "prod-deploy-key" } } ] } ] }