{ "version": 4, "terraform_version": "1.5.2", "serial": 285, "lineage": "6c778aa1-a318-588f-e63a-295c53e9fb87", "outputs": { "db_endpoint": { "value": "db-2.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-24c7b0a6a3e3da406", "ami": "ami-b2ad59c9", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9351dc44"], "subnet_id": "subnet-11869923", "key_name": "prod-deploy-key" } } ] } ] }