{ "version": 4, "terraform_version": "1.6.1", "serial": 322, "lineage": "ab14da0d-629d-5f93-6ff0-73cf3123d04a", "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-007fcc8fd0a4fe9a4", "ami": "ami-a01869d1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5065f942"], "subnet_id": "subnet-af6d30f1", "key_name": "prod-deploy-key" } } ] } ] }