{ "version": 4, "terraform_version": "1.7.3", "serial": 579, "lineage": "8ffc57a2-90ac-555a-42f6-d1ca5af4ddd0", "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-5f5b858c90add7f9b", "ami": "ami-8f81c89e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f541407e"], "subnet_id": "subnet-9e924cf8", "key_name": "prod-deploy-key" } } ] } ] }