{ "version": 4, "terraform_version": "1.5.2", "serial": 459, "lineage": "bb4a5c46-40a9-5367-9927-956e0cc5b15d", "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-7d430419c28a7908e", "ami": "ami-e4128708", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c2292590"], "subnet_id": "subnet-f1155637", "key_name": "prod-deploy-key" } } ] } ] }