{ "version": 4, "terraform_version": "1.7.4", "serial": 440, "lineage": "da66de30-44b6-1d9e-85af-142114c19a4d", "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-4486f32ecf499b42e", "ami": "ami-e8a62f7a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-fc87cf20"], "subnet_id": "subnet-ab67647a", "key_name": "prod-deploy-key" } } ] } ] }