{ "version": 4, "terraform_version": "1.5.9", "serial": 558, "lineage": "e3570fcd-41d3-fb7a-2379-1da51f419cd4", "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-cba98e192ea09f660", "ami": "ami-ed98a749", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bf275388"], "subnet_id": "subnet-59d4b12d", "key_name": "prod-deploy-key" } } ] } ] }