{ "version": 4, "terraform_version": "1.6.0", "serial": 191, "lineage": "47d614ff-0690-52b4-8298-aafcfdced88a", "outputs": { "db_endpoint": { "value": "db-3.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-a42e1762ae0726bd8", "ami": "ami-ba7c4963", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-59a2165a"], "subnet_id": "subnet-80c12dd6", "key_name": "prod-deploy-key" } } ] } ] }