{ "version": 4, "terraform_version": "1.5.3", "serial": 296, "lineage": "e506114c-f5ce-53b7-80bd-11f96e57a07b", "outputs": { "db_endpoint": { "value": "db-1.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-968e31718ef327a74", "ami": "ami-68314e1c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-02772d9b"], "subnet_id": "subnet-b6402931", "key_name": "prod-deploy-key" } } ] } ] }