{ "version": 4, "terraform_version": "1.5.7", "serial": 317, "lineage": "0ee25fc5-a993-de8d-8a69-023e949be8fd", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.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-2f6c15e984b21512b", "ami": "ami-77800958", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9fa4dcdd"], "subnet_id": "subnet-155519cf", "key_name": "prod-deploy-key" } } ] } ] }