{ "version": 4, "terraform_version": "1.6.7", "serial": 443, "lineage": "9c0f60a8-5016-0708-7016-1f9a5d0c571a", "outputs": { "db_endpoint": { "value": "db-2.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-31891706843aad4a5", "ami": "ami-9e42cc05", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3f4d0289"], "subnet_id": "subnet-526b96c2", "key_name": "prod-deploy-key" } } ] } ] }