{ "version": 4, "terraform_version": "1.7.4", "serial": 416, "lineage": "d3d0540b-1f88-bc29-3fc6-cb535c5416d8", "outputs": { "db_endpoint": { "value": "db-0.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-d8870f8b5eb5c91b0", "ami": "ami-9b440c0e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-eded0d16"], "subnet_id": "subnet-51a52218", "key_name": "prod-deploy-key" } } ] } ] }