{ "version": 4, "terraform_version": "1.7.4", "serial": 425, "lineage": "360d079f-de54-311a-bd10-b68059bac476", "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-4e08a296e04906555", "ami": "ami-d296acc3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2c138665"], "subnet_id": "subnet-bd321906", "key_name": "prod-deploy-key" } } ] } ] }