{ "version": 4, "terraform_version": "1.7.1", "serial": 533, "lineage": "2514b8df-e385-86f9-a479-e76bbede4eee", "outputs": { "db_endpoint": { "value": "db-3.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-9cc3d0b048abcd8d2", "ami": "ami-946605dc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-64de4051"], "subnet_id": "subnet-15b52767", "key_name": "prod-deploy-key" } } ] } ] }