{ "version": 4, "terraform_version": "1.7.0", "serial": 439, "lineage": "5158a1fd-fadb-d188-cf6f-e9d885d30f3c", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-927690f5085929b7f", "ami": "ami-9ea3fc2d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-41ad7a2d"], "subnet_id": "subnet-77f20a64", "key_name": "prod-deploy-key" } } ] } ] }