{ "version": 4, "terraform_version": "1.5.1", "serial": 173, "lineage": "b0d10c3d-0544-6b9a-9487-badf795d1dd4", "outputs": { "db_endpoint": { "value": "db-4.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-d10e40e23f3f8ccbc", "ami": "ami-251c1447", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-20c370d4"], "subnet_id": "subnet-be83bc21", "key_name": "prod-deploy-key" } } ] } ] }