{ "version": 4, "terraform_version": "1.6.5", "serial": 229, "lineage": "98b9237c-06e1-2db4-72ea-e8f06634f877", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.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-fb05e2aa621f57a24", "ami": "ami-52b92872", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3e920f97"], "subnet_id": "subnet-cda4ba04", "key_name": "prod-deploy-key" } } ] } ] }