{ "version": 4, "terraform_version": "1.6.5", "serial": 275, "lineage": "151ada32-3a8c-f875-2095-284db27200d5", "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-16cd125d6ba1f324e", "ami": "ami-e507fcf0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2d8d4e8f"], "subnet_id": "subnet-518554c0", "key_name": "prod-deploy-key" } } ] } ] }