{ "version": 4, "terraform_version": "1.6.8", "serial": 162, "lineage": "6e9e7584-da24-f87a-7e4d-22e774399816", "outputs": { "db_endpoint": { "value": "db-0.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-1ab915297c6bd3443", "ami": "ami-36c40e8c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fb5508c0"], "subnet_id": "subnet-d40126f8", "key_name": "prod-deploy-key" } } ] } ] }