{ "version": 4, "terraform_version": "1.6.1", "serial": 348, "lineage": "d66139fd-bf76-1c1f-3ec6-d469ffc9b5fd", "outputs": { "db_endpoint": { "value": "db-0.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-55790c193d08da989", "ami": "ami-ce3e2392", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-d8d2b9ca"], "subnet_id": "subnet-8b5119f0", "key_name": "prod-deploy-key" } } ] } ] }