{ "version": 4, "terraform_version": "1.7.0", "serial": 385, "lineage": "27a415d1-c048-0b93-3d6d-6e5604a212a8", "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-56e312bcc798f06a8", "ami": "ami-19df4c2c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-052571b8"], "subnet_id": "subnet-56b8d8b2", "key_name": "prod-deploy-key" } } ] } ] }