{ "version": 4, "terraform_version": "1.7.3", "serial": 525, "lineage": "ff2b780a-bddf-43f7-4723-e7f8920894fb", "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-1b770b108ac7ef143", "ami": "ami-7a8555f0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8b79b995"], "subnet_id": "subnet-b48bbde2", "key_name": "prod-deploy-key" } } ] } ] }