{ "version": 4, "terraform_version": "1.7.3", "serial": 566, "lineage": "d68abd95-fe1b-8f66-74e6-da4613999a4d", "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-b1b580901a4d14af7", "ami": "ami-ef42be3c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7ae1013f"], "subnet_id": "subnet-030df06d", "key_name": "prod-deploy-key" } } ] } ] }