{ "version": 4, "terraform_version": "1.5.0", "serial": 372, "lineage": "d6a5b7e8-a468-0d8c-887d-d351dc594596", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-72eaf3ba299e485c1", "ami": "ami-eb68c5d2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-225786cd"], "subnet_id": "subnet-02109280", "key_name": "prod-deploy-key" } } ] } ] }