{ "version": 4, "terraform_version": "1.6.2", "serial": 584, "lineage": "20cf58da-75a1-56c4-9596-d7c502812ba8", "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-0aba52d8d36e62c02", "ami": "ami-7e547a9d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-10b530f4"], "subnet_id": "subnet-be4abe07", "key_name": "prod-deploy-key" } } ] } ] }