{ "version": 4, "terraform_version": "1.6.6", "serial": 474, "lineage": "98d681a9-018d-a528-9064-9eefc75f8504", "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-34f325d7283aab6c2", "ami": "ami-b3d6368f", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b0e29615"], "subnet_id": "subnet-3da0cd65", "key_name": "prod-deploy-key" } } ] } ] }