{ "version": 4, "terraform_version": "1.5.2", "serial": 105, "lineage": "936274ce-a65d-8ccb-50e4-92fdff35cc9c", "outputs": { "db_endpoint": { "value": "db-0.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-ca08dc259fa8abdd6", "ami": "ami-26aefab2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-4dc4d8de"], "subnet_id": "subnet-64d6e2c8", "key_name": "prod-deploy-key" } } ] } ] }