{ "version": 4, "terraform_version": "1.5.4", "serial": 232, "lineage": "e9c11b18-f8d9-8b59-4237-d6a5dbfe5554", "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-ca8cccb80d1129f05", "ami": "ami-42da0266", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a38398b5"], "subnet_id": "subnet-d8c2bd19", "key_name": "prod-deploy-key" } } ] } ] }