{ "version": 4, "terraform_version": "1.6.3", "serial": 222, "lineage": "efca5ca4-c96b-5b15-8c47-1768d202ba90", "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-72f2ceeb141ac9fc4", "ami": "ami-66089b49", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d459eec1"], "subnet_id": "subnet-484f7cd9", "key_name": "prod-deploy-key" } } ] } ] }