{ "version": 4, "terraform_version": "1.6.7", "serial": 365, "lineage": "80deb299-d7e5-9eb4-bfe4-48af576db889", "outputs": { "db_endpoint": { "value": "db-2.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-62b9f7420ee9b036f", "ami": "ami-3b964996", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-232d86c0"], "subnet_id": "subnet-24ef2c4e", "key_name": "prod-deploy-key" } } ] } ] }