{ "version": 4, "terraform_version": "1.6.2", "serial": 596, "lineage": "cc778d52-d339-d9d5-f712-711f7710b996", "outputs": { "db_endpoint": { "value": "db-3.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-d08f5af417102ef99", "ami": "ami-079ed6a7", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c1a5ea84"], "subnet_id": "subnet-c3bf2cb7", "key_name": "prod-deploy-key" } } ] } ] }