{ "version": 4, "terraform_version": "1.6.5", "serial": 571, "lineage": "b2a75b72-22e2-b171-30a0-a5fd119a47c3", "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-8a9c6d021a5c3cae0", "ami": "ami-d565d562", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-88914cc0"], "subnet_id": "subnet-9f16f76d", "key_name": "prod-deploy-key" } } ] } ] }