{ "version": 4, "terraform_version": "1.8.8", "serial": 199, "lineage": "34399b91-68d4-3090-b4e5-16b60e62e6dd", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.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-f3ef83eede73dcd0c", "ami": "ami-db69f6d4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-a0e5bc46"], "subnet_id": "subnet-23355c2b", "key_name": "prod-deploy-key" } } ] } ] }