{ "version": 4, "terraform_version": "1.6.7", "serial": 576, "lineage": "71f26f64-8c01-cf91-c516-584d41771da1", "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-ed71fa7471d9d8fc3", "ami": "ami-346a3219", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e400038e"], "subnet_id": "subnet-b5b1815a", "key_name": "prod-deploy-key" } } ] } ] }