{ "version": 4, "terraform_version": "1.8.9", "serial": 376, "lineage": "5485907b-e457-1f29-2dcd-490b89ccee80", "outputs": { "db_endpoint": { "value": "db-1.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-9ba6915ffd9c3a580", "ami": "ami-c4834ad7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a61379fb"], "subnet_id": "subnet-2cce0fe7", "key_name": "prod-deploy-key" } } ] } ] }