{ "version": 4, "terraform_version": "1.7.8", "serial": 492, "lineage": "4729b292-e4f0-250e-7db7-ecc068b47c6f", "outputs": { "db_endpoint": { "value": "db-4.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-3dad4c00f46e2c29c", "ami": "ami-37c44bf6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-19db6b25"], "subnet_id": "subnet-58749184", "key_name": "prod-deploy-key" } } ] } ] }