{ "version": 4, "terraform_version": "1.7.4", "serial": 346, "lineage": "83f7be80-4909-b6aa-2674-99cd78602dda", "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-14532b10384f15c09", "ami": "ami-5bfbb0ce", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6dbae7e0"], "subnet_id": "subnet-7b95d56e", "key_name": "prod-deploy-key" } } ] } ] }