{ "version": 4, "terraform_version": "1.6.0", "serial": 406, "lineage": "61358e39-f1ac-df9d-5692-5436c0586959", "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-345e241119fdbd4e5", "ami": "ami-d848e3c1", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0db8eeb1"], "subnet_id": "subnet-8767763b", "key_name": "prod-deploy-key" } } ] } ] }