{ "version": 4, "terraform_version": "1.6.7", "serial": 280, "lineage": "5ffa3d6d-65cf-a428-6d2f-f489226d6e14", "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-1e7fc023ed7db6ade", "ami": "ami-37275353", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-2db9aa1f"], "subnet_id": "subnet-8db95e56", "key_name": "prod-deploy-key" } } ] } ] }