{ "version": 4, "terraform_version": "1.6.6", "serial": 196, "lineage": "de054611-2499-8f95-ff88-3b54e59b9e05", "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-38d6bce8a4985faf3", "ami": "ami-06168668", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0584245b"], "subnet_id": "subnet-a1586fbd", "key_name": "prod-deploy-key" } } ] } ] }