{ "version": 4, "terraform_version": "1.6.8", "serial": 231, "lineage": "2d1fd8af-07dc-6fe8-f0bf-c2e60b4116b5", "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-444c5c3fbba92be46", "ami": "ami-eea3f827", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c9b36a9d"], "subnet_id": "subnet-a6e80e77", "key_name": "prod-deploy-key" } } ] } ] }