{ "version": 4, "terraform_version": "1.6.1", "serial": 393, "lineage": "a7fe84cd-a20a-0b3e-f394-666a4e799587", "outputs": { "db_endpoint": { "value": "db-1.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-b420ae9cb40ca5cdc", "ami": "ami-e5a56b36", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8c1b4c29"], "subnet_id": "subnet-5b029537", "key_name": "prod-deploy-key" } } ] } ] }