{ "version": 4, "terraform_version": "1.8.6", "serial": 388, "lineage": "9fc3cf53-20bc-2b22-0a6c-a6d02d907ee4", "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-3eb67f37e950874fe", "ami": "ami-8841e073", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-660aba4a"], "subnet_id": "subnet-ef99e5d3", "key_name": "prod-deploy-key" } } ] } ] }