{ "version": 4, "terraform_version": "1.5.6", "serial": 417, "lineage": "1411213e-0515-eeb4-4ab6-edfabebc2281", "outputs": { "db_endpoint": { "value": "db-2.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-6999cf1d5dd7c1714", "ami": "ami-c66c02a7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1d746548"], "subnet_id": "subnet-5eb243a9", "key_name": "prod-deploy-key" } } ] } ] }