{ "version": 4, "terraform_version": "1.7.8", "serial": 303, "lineage": "b0683fd6-34ab-c5ed-322f-1228e26c9f43", "outputs": { "db_endpoint": { "value": "db-1.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-8b6d90b74a5589fde", "ami": "ami-9e1484c2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-42f625b8"], "subnet_id": "subnet-c8afe9dc", "key_name": "prod-deploy-key" } } ] } ] }