{ "version": 4, "terraform_version": "1.6.3", "serial": 475, "lineage": "fd5982f3-b4bd-1cae-42fd-70b0297c91c4", "outputs": { "db_endpoint": { "value": "db-4.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-4f08686d1dcc27d02", "ami": "ami-b35a060e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0481178e"], "subnet_id": "subnet-1df5039b", "key_name": "prod-deploy-key" } } ] } ] }